projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99c79d6
)
mir: set application name when creating connection
author
William Hua
<william.hua@canonical.com>
Sat, 1 Apr 2017 14:04:50 +0000
(10:04 -0400)
committer
William Hua
<william.hua@canonical.com>
Sat, 1 Apr 2017 15:05:27 +0000
(11:05 -0400)
gdk/mir/gdkmirdisplay.c
patch
|
blob
|
history
diff --git
a/gdk/mir/gdkmirdisplay.c
b/gdk/mir/gdkmirdisplay.c
index 25a3a03e6736676bfe1499a2aa5e3054119136f0..93cbe6609be74fba21bd935f3c497bb9ca1a9355 100644
(file)
--- a/
gdk/mir/gdkmirdisplay.c
+++ b/
gdk/mir/gdkmirdisplay.c
@@
-177,7
+177,7
@@
_gdk_mir_display_open (const gchar *display_name)
GdkMirDisplay *display;
GDBusConnection *session;
- connection = mir_connect_sync (NULL,
"GDK-Mir"
);
+ connection = mir_connect_sync (NULL,
g_get_prgname ()
);
if (!connection)
return NULL;